home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, subPageWait, playMode
- startTimer()
- puppetSound(0)
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(label("postcards") - 2, label("postcards") + 17)
- end if
- end if
- if the timer < subPageWait then
- wait(subPageWait - the timer)
- end if
- go(#next)
- else
- unLoadCast()
- preLoad(label("PCalt"), label("PCalt") + 2)
- puppetTransition(23, 1, 1)
- wait(30)
- go("PCalt")
- end if
- end
-